home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / calcdrvr.dfm / calcdrvr.txt
Encoding:
Text File  |  1996-09-15  |  873 b   |  46 lines

  1. object Form3: TForm3
  2.   Left = 180
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Calculator Demo'
  7.   ClientHeight = 214
  8.   ClientWidth = 413
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object Label1: TLabel
  16.     Left = 35
  17.     Top = 25
  18.     Width = 326
  19.     Height = 76
  20.     Alignment = taCenter
  21.     Caption = 'FormulaBuilder Calculator Demo'
  22.     Font.Color = clMaroon
  23.     Font.Height = -23
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 75
  30.     Top = 145
  31.     Width = 101
  32.     Height = 36
  33.     Caption = 'Demo'
  34.     TabOrder = 0
  35.     OnClick = BitBtn1Click
  36.   end
  37.   object BitBtn2: TBitBtn
  38.     Left = 250
  39.     Top = 145
  40.     Width = 91
  41.     Height = 36
  42.     TabOrder = 1
  43.     Kind = bkClose
  44.   end
  45. end
  46.